home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / planetx.swf / scripts / DefineButton2_243 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  70 b   |  5 lines

  1. on(release){
  2.    _root.state = "start again";
  3.    gotoAndPlay(8);
  4. }
  5.